430983cae8660d3db978aa24ff4e53f75ba5ea39,webs/sync-web/docroot/WEB-INF/src/com/liferay/sync/service/impl/SyncDLObjectServiceImpl.java,SyncDLObjectServiceImpl,getSyncDLObjectUpdate,#number#number#number#,579
Before Change
SyncDLObject syncDLObject = syncDLObjects.get(
syncDLObjects.size() - 1);
syncDLObjects = checkSyncDLObjects(syncDLObjects);
return new SyncDLObjectUpdate(
syncDLObjects, syncDLObject.getModifiedTime());
}
catch (PortalException pe) {
throw new PortalException(SyncUtil.buildExceptionMessage(pe), pe);
After Change
return new SyncDLObjectUpdate(syncDLObjects, lastAccessTime);
}
return checkSyncDLObjects(syncDLObjects);
}
catch (PortalException pe) {
throw new PortalException(SyncUtil.buildExceptionMessage(pe), pe);